home *** CD-ROM | disk | FTP | other *** search
- Path: news.planet.eon.net!news
- From: Michel Forget <mforget@planet.eon.net>
- Newsgroups: comp.lang.c++
- Subject: Symantec C++ 7.2 - What .DLLs are redistributable?
- Date: 18 Feb 1996 01:17:32 GMT
- Organization: Public Live Access Network (PLAnet)
- Message-ID: <4g5unc$m1l@tigger.planet.eon.net>
- NNTP-Posting-Host: ts1_port15.planet.eon.net
-
- Hi,
-
- I have been programming with Borland C++ for several years,
- and I have recently purchased Symantec C++ 7.2. I was able
- to recompile my code flawlessly, but Symantec C++ does not
- seem to allow you to use the "static library" option of
- Borland C++ where the .DLL files are incorporated directly
- into the executable. That is fine; the problem is, though,
- there does not seem to be anything in the documentation
- telling me -which- libraries I should distribute. Can
- anyone fill in the blank? For example, an application
- of mine uses:
-
- advapi32.dll
- comctl32.dll
- ctl3d32.dll
- comdlg32.dll
- ole32.dll
- gdi32.dll
- user32.dll
- ...
-
- Now, obviously some of those cannot be distributed. But how
- do I know which ones can? Please respond VIA e-mail, as speed
- is very important. Thanks!
-
-